Computer Setup
At minimum, you need the Python interpreter and a good text editor.
- Step 1: download and install Python 3.6
- It is important to add Python to your PATH during the installation.
Otherwise your command prompt won't know where it is.
- It is preferred to use the --user flag when installing Python modules.
This way you don't need elevated privelege to install additional packages.
restart computer
- Step 2: download and install VSCode
Return Home